Name:		Adam Wehmann
Email:		Imp0ssible87@aol.com
Example:	Math Expression Evaluator
Created:	8/25/2002
Level:		Medium
Description:	Takes a mathematical expression such as (2+(1+1))+4/(4-2)
		and recursively breaks it down until an answer is found.

Included is vbscript.dll which contains the Microsoft VBScript Regular
Expressions 5.5 reference this project needs to function.  Regular
expressions are much more efficient for searching text than VB's built-in
functions.